home *** CD-ROM | disk | FTP | other *** search
- /*
- File: graphics toolbox library.h
-
- Copyright: © 1984-1994 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef graphicsToolboxLibraryIncludes
- #define graphicsToolboxLibraryIncludes
-
- #ifndef graphicsTypesIncludes
- #include "graphics types.h"
- /* #include "math types.h" */
- /* #include <Types.h> */
- /* #include <ConditionalMacros.h> */
- /* #include <MixedMode.h> */
- /* #include <Traps.h> */
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #include "font types.h"
- extern long AddResFileFonts(short resFileID, gxFont **fontHandleOrNil);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-
-